/* Mobile Hero Section Overrides */
.hero-container {
  position: relative;
  min-height: auto;
  padding: 88px 16px 40px;
  margin-top: 0;
  background: transparent;
}

.hero-content {
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Normalize vertical rhythm */
.hero-content > * {
  margin-left: 0;
  margin-right: 0;
}

.highlight {
  display: block;
}

.home-icon-logo {
  width: 43px;
  height: 43px;
  vertical-align: middle;
  margin-left: -6px;
  border-radius: 50%;
}

.hero-title {
  font-size: 2.35rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 8px 0 16px;
}

.hero-title::after {
  width: 56px;
  height: 3px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.part2{
  display: block;
  margin-top: 10px;
}

.part2, .part3{
  font-size: 2rem;
}

.hero-subtitle {
  font-size: 1.05rem;
  line-height: 1.55;
  color: #c3cbd8;
  margin: 18px auto 24px;
  max-width: 28rem;
}

.hero-subtitle-two {
  font-size: 1.15rem;
  margin: -6px auto 16px;
  color: #b7bfcd;
  max-width: 26rem;
}

/* Buttons */
.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
}

.hero-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 340px;
  padding: 12px 16px;
  font-size: 0.95rem;
  border-radius: 10px;
  box-sizing: border-box;
}

.course-icon,
.youtube-icon {
  width: 18px;
  height: 18px;
}

/* Tech ticker */
.tech-stack {
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top:20px
}

.tech-stack-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  animation-duration: 30s;
}

.tech-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
}

.tech-item img {
  width: 20px;
  height: 20px;
}

.tech-item span {
  font-size: 0.8rem;
}
